home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2005 November
/
WNnov2005.iso
/
Windows
/
Equipement
/
hMailServer
/
hMailServer-4.1-Build-136.exe
/
{app}
/
Addons
/
Utilities
/
MakeServiceDependent.vbs
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-01-02
|
285 b
|
13 lines
option explicit
dim oUtilities
set oUtilities = CreateObject("hMailServer.Utilities")
Dim sName
sName = InputBox("Enter the name of the service hMailServer should be dependent on", "hMailServer")
If sName <> "" Then
oUtilities.MakeDependent(sName)
End If
MsgBox "Done"